home *** CD-ROM | disk | FTP | other *** search
/ Enter 2003 April / EnterCD 4_2003.iso / Multimedia / AlbumCreator 2.5 / AC2.exe / a1.swf / scripts / frame_6 / DoAction.as
Encoding:
Text File  |  2002-11-25  |  379 b   |  23 lines

  1. fi = -1;
  2. i = 0;
  3. while(i < images.length)
  4. {
  5.    if(_root["t" + i].place.getBytesTotal() < 100 || _root["t" + i].place.getBytesTotal() > _root["t" + i].place.getBytesLoaded())
  6.    {
  7.       if(fi == -1)
  8.       {
  9.          fi = i;
  10.       }
  11.       gotoAndPlay(5);
  12.    }
  13.    i++;
  14. }
  15. if(fi != -1)
  16. {
  17.    thloading = fi + "/" + images.length;
  18. }
  19. else
  20. {
  21.    thloading = "done";
  22. }
  23.